+Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk
+Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk
+Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk
+Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk
+Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk
+Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk
+Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk
/* Images
*/
-GdkImage* gdk_image_new_bitmap(GdkVisual *,
- gpointer,
- gint,
- gint);
+GdkImage* gdk_image_new_bitmap(GdkVisual *visual,
+ gpointer data,
+ gint width,
+ gint height);
GdkImage* gdk_image_new (GdkImageType type,
GdkVisual *visual,
gint width,
gboolean visible);
void gtk_entry_set_editable (GtkEntry *entry,
gboolean editable);
+/* DO NOT USE THIS FUNCTION. The only reason why it is public
+ * is that there were bugs in GtkEntry. IT WILL DISAPPEAR. */
void gtk_entry_adjust_scroll (GtkEntry *entry);
/* text is truncated if needed */
void gtk_entry_set_max_length (GtkEntry *entry,